projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a217e08
)
Comment fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 20:37:21 +0000
(20:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 20:37:21 +0000
(20:37 +0000)
lisp/emacs-lisp/profile.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/profile.el
b/lisp/emacs-lisp/profile.el
index 119ffb7b5858681fce9da3b887dc66aeb9f422c3..213c4bada36ad2bf4fd1ee8518919101657dc50b 100644
(file)
--- a/
lisp/emacs-lisp/profile.el
+++ b/
lisp/emacs-lisp/profile.el
@@
-86,7
+86,7
@@
;static struct timeval TV1,TV2;
;static struct timezone *tzp = (struct timezone *) NULL; /* no need timezone */
;static int watch_not_started = 1 ; /* flag */
-;static char time_string[30]
+;static char time_string[30]
;
;
;int reset_watch() /* this call resets the stopwatch to zero */
;{